home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / gnu.h < prev    next >
C/C++ Source or Header  |  1995-05-12  |  549b  |  21 lines

  1. /* Configuration for an i386 running GNU with ELF as the target machine.  */
  2.  
  3. /* This does it mostly for us.  */
  4. #include <i386/linux.h>
  5.  
  6. #undef CPP_PREDEFINES
  7. #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
  8.  
  9. #undef    LINK_SPEC
  10. #define LINK_SPEC "-m elf_i386 %{shared:-shared} \
  11.   %{!shared: \
  12.     %{!ibcs: \
  13.       %{!static: \
  14.     %{rdynamic:-export-dynamic} \
  15.     %{!dynamic-linker:-dynamic-linker /lib/ld.so} \
  16.     %{!rpath:-rpath /lib/}} %{static:-static}}}"
  17.  
  18.  
  19. /* Get machine-independent configuration parameters for the GNU system.  */
  20. #include <gnu.h>
  21.